home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ccounter / coolcoun.exe / CCOUNTER.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1998-02-18  |  7.4 KB  |  221 lines

  1. [Version] 
  2. Signature      = "$CHICAGO$" 
  3. AdvancedINF    = 2.5, "You need a newer version of Advpack.dll." 
  4. RequiredEngine = ADVPACK.DLL
  5. SetupClass     = Base 
  6.  
  7. [DefaultInstall]
  8. CustomDestination    = CustomDir
  9. CopyFiles            = CoolCounter, CoolCounter_Example, CoolCounter_Web, SystemDir.W95, InfSection
  10. AddReg               = AddReg
  11. UpdateInis           = AddLink
  12. RunPostSetupCommands = PostSetupCommands
  13. RegisterOCXs         = RegisterOCXs
  14.  
  15. [DefaultInstall.NT]
  16. CustomDestination    = CustomDir
  17. CopyFiles            = CoolCounter, CoolCounter_Example, CoolCounter_Web, InfSection
  18. AddReg               = AddReg.NT
  19. UpdateInis           = AddLink.NT
  20. RunPostSetupCommands = PostSetupCommands.NT
  21. RegisterOCXs         = RegisterOCXs
  22.  
  23. [AddReg]
  24. HKLM,"%MODULEKEY%",InstallDir,,%49000%       ; Stored for future reference and uninstall
  25. HKLM,"%UNINSTALLKEY%\%MODULENAME%","DisplayName",,"%MODULENAME% %MODULEVER%"
  26. HKLM,"%UNINSTALLKEY%\%MODULENAME%","UninstallString",,"RUNDLL32 ADVPACK.DLL,LaunchINFSection %17%\CCounter.inf,UnInstall
  27.  
  28. [AddReg.NT]
  29. HKLM,"%MODULEKEY%",InstallDir,,%49000%       ; Stored for future reference and uninstall.NT
  30. HKLM,"%UNINSTALLKEY%\%MODULENAME%","DisplayName",,"%MODULENAME% %MODULEVER%"
  31. HKLM,"%UNINSTALLKEY%\%MODULENAME%","UninstallString",,"RUNDLL32 ADVPACK.DLL,LaunchINFSection %17%\CCounter.inf,UnInstall.NT
  32.  
  33. [PostSetupcommands]
  34. GRPCONV.EXE -o
  35. EXPLORER.EXE %25%\Start Menu\Programs\%MODULEGROUP%
  36.  
  37. [PostSetupcommands.NT]
  38. GRPCONV.EXE -o
  39. EXPLORER.EXE %25%\Profiles\All Users\Start Menu\Programs\%MODULEGROUP%
  40.  
  41. [DestinationDirs]
  42. CoolCounter            = 49000
  43. CoolCounter_Example    = 49000 , Example
  44. CoolCounter_Web        = 49000 , Web
  45. InfSection             = 17
  46.  
  47. [CoolCounter]
  48. CCounter.ocx
  49. ReadMe.txt
  50. Order.txt
  51. CCounter.hlp
  52. CCounter.cnt
  53.  
  54. [CoolCounter_Example]
  55. frmMain.frm
  56. frmMain.frx
  57. CCounter.exe
  58. CCounter.vbp
  59. Tick.wav
  60. Turn.wav
  61.  
  62. [CoolCounter_Web]
  63. WCounter.frm
  64. WCounter.frx
  65. WCounter.exe
  66. WCounter.vbp
  67. Beep.wav
  68. counter.cgi
  69. counter.htm
  70.  
  71. [InfSection]
  72. CCounter.inf
  73.  
  74. [RegisterOCXs]
  75. %49000%\CCounter.ocx
  76.  
  77. [CustomDir]
  78. 49000=InstallDir,5     ; 1 = ask for a directory  5 = use the default one
  79.  
  80. [InstallDir]
  81. HKLM,"%MODULEKEY%","InstallDir",%INSTALLPROMPT%,"%24%\Progra~1\%DEFAULTDIR%"
  82.  
  83. [AddLink]
  84. ;
  85. ;   Add the  entries to the Start.Programs folder - Win95
  86. ;
  87. ; setup.ini, groupname, Link-Name, .EXE-name, <Icon-file-name>, <Icon-index>, <profile>, <start in folder>
  88. setup.ini, progman.groups,, "CCounter="%MODULEGROUP%""
  89. setup.ini, CCounter,,"""%ICONDESCR1%"","""%49000%\ReadMe.txt""",,,,"
  90. setup.ini, CCounter,,"""%ICONDESCR2%"","""%49000%\order.txt""",,,,"
  91. setup.ini, CCounter,,"""%ICONDESCR3%"","""%49000%\CCounter.hlp""",,,,"
  92. setup.ini, CCounter,,"""%ICONDESCR4%"","""%49000%\Example\CCounter.exe""",,,,"
  93. setup.ini, CCounter,,"""%ICONDESCR5%"","""%49000%\Example\CCounter.vbp""",,,,"
  94. setup.ini, CCounter,,"""%ICONDESCR6%"","""%49000%\Web\WCounter.exe""",,,,"
  95. setup.ini, CCounter,,"""%ICONDESCR7%"","""%49000%\Web\counter.htm""",,,,"
  96.  
  97. [AddLink.NT]
  98. ;
  99. ;   Add the  entries to the Start.Programs folder - NT
  100. ;
  101. ; setup.ini, groupname, Link-Name, .EXE-name, <Icon-file-name>, <Icon-index>, <profile>, <start in folder>
  102. setup.ini, progman.groups,, "CCounter="..\..\..\All Users\Start Menu\Programs\%MODULEGROUP%""
  103. setup.ini, CCounter,,"""%ICONDESCR1%"","""%49000%\ReadMe.txt""",,,,"
  104. setup.ini, CCounter,,"""%ICONDESCR2%"","""%49000%\order.txt""",,,,"
  105. setup.ini, CCounter,,"""%ICONDESCR3%"","""%49000%\CCounter.hlp""",,,,"
  106. setup.ini, CCounter,,"""%ICONDESCR4%"","""%49000%\Example\CCounter.exe""",,,,"
  107. setup.ini, CCounter,,"""%ICONDESCR5%"","""%49000%\Example\CCounter.vbp""",,,,"
  108. setup.ini, CCounter,,"""%ICONDESCR6%"","""%49000%\Web\WCounter.exe""",,,,"
  109. setup.ini, CCounter,,"""%ICONDESCR7%"","""%49000%\Web\counter.htm""",,,,"
  110.  
  111. [SourceDisksNames]
  112. 1=Software Package,,0
  113.  
  114. [SourceDisksFiles]
  115. W95INF32.DLL=1,,4608,f16f58a7
  116. W95INF16.DLL=1,,2272,40d920a3
  117. ADVPACK.DLL=1,,79824,e66ab579
  118. CCOUNTER.INF=1,,7261,d846a09d
  119. README.TXT=1,,2439,2220dcac
  120. ORDER.TXT=1,,1609,8c6b58c5
  121. CCOUNTER.OCX=1,,47592,299d3711
  122. TURN.WAV=1,,9584,e82b34fc
  123. CCOUNTER.VBP=1,,996,41dea939
  124. FRMMAIN.FRM=1,,12708,5635d21d
  125. FRMMAIN.FRX=1,,2492,f0b94fe7
  126. TICK.WAV=1,,594,c32e0148
  127. CCOUNTER.EXE=1,,20480,9547fd5d
  128. COUNTER.CGI=1,,402,656b878e
  129. WCOUNTER.VBP=1,,1001,8ff0a79b
  130. WCOUNTER.EXE=1,,14848,21200c23
  131. WCOUNTER.FRM=1,,4922,bc74dfa1
  132. WCOUNTER.FRX=1,,3133,92c93e05
  133. BEEP.WAV=1,,4616,801ba146
  134. COUNTER.HTM=1,,1929,8ce624b2
  135. CCOUNTER.HLP=1,,14913,67ec916f
  136. CCOUNTER.CNT=1,,133,410438b7
  137.  
  138. ;==============================================================================================
  139.  
  140. [UnInstall]
  141. BeginPrompt          = UninstallBeginPrompt
  142. EndPrompt            = UninstallEndPrompt
  143. DelReg               = AddReg
  144. UnRegisterOCXs       = RegisterOCXs
  145. CustomDestination    = UninstallDirs
  146. UpdateInis           = RemLink
  147. DelFiles             = CoolCounter, CoolCounter_Example, CoolCounter_Web
  148. Deldirs              = RemoveModuleFolder
  149. Cleanup              = 1
  150.  
  151. [UnInstall.NT]
  152. BeginPrompt          = UninstallBeginPrompt
  153. EndPrompt            = UninstallEndPrompt
  154. DelReg               = AddReg
  155. UnRegisterOCXs       = RegisterOCXs
  156. CustomDestination    = UninstallDirs
  157. UpdateInis           = RemLink.NT
  158. DelFiles             = CoolCounter, CoolCounter_Example, CoolCounter_Web
  159. Deldirs              = RemoveModuleFolder
  160. Cleanup              = 1
  161.  
  162. [UninstallBeginPrompt]
  163. Prompt      = "Do you wish to uninstall The CoolCounter Control ?"
  164. ButtonType  = YESNO
  165. Title       = %MODULENAME% Uninstall
  166.  
  167. [UninstallEndPrompt]
  168. Prompt      = Thank you for trying The CoolCounter Control. It has been removed from your system.
  169. Title       = %MODULENAME% Uninstall
  170.  
  171. [RemLink]
  172. ;   RemLink = AddLink Undo   
  173. ;
  174. ;These icons are not installed by this script
  175. setup.ini, progman.groups,, "CCounter=""%MODULEGROUP%""
  176. setup.ini, CCounter,, """%ICONDESCR1%""
  177. setup.ini, CCounter,, """%ICONDESCR2%""
  178. setup.ini, CCounter,, """%ICONDESCR3%""
  179. setup.ini, CCounter,, """%ICONDESCR4%""
  180. setup.ini, CCounter,, """%ICONDESCR5%""
  181. setup.ini, CCounter,, """%ICONDESCR6%""
  182. setup.ini, CCounter,, """%ICONDESCR7%""
  183.  
  184. [RemLink.NT]
  185. ;   RemLink = AddLink Undo   
  186. ;
  187. ;These icons are not installed by this script
  188. setup.ini, progman.groups,, "CCounter=""..\..\..\All Users\Start Menu\Programs\%MODULEGROUP%""
  189. setup.ini, CCounter,, """%ICONDESCR1%""
  190. setup.ini, CCounter,, """%ICONDESCR2%""
  191. setup.ini, CCounter,, """%ICONDESCR3%""
  192. setup.ini, CCounter,, """%ICONDESCR4%""
  193. setup.ini, CCounter,, """%ICONDESCR5%""
  194. setup.ini, CCounter,, """%ICONDESCR6%""
  195. setup.ini, CCounter,, """%ICONDESCR7%""
  196.  
  197. [UninstallDirs]
  198. 49000=InstallDir,5
  199.  
  200. [RemoveModuleFolder]
  201. %49000%
  202.  
  203. ;==============================================================================================
  204.  
  205. [Strings]
  206. MODULENAME    = "CoolCounter Control"
  207. MODULEINFO    = Create colorful counters that provide animation and sound effects.
  208. MODULEVER     = "1.0"
  209. MODULEKEY     = "Software\4Developers\CoolCounter Control"  
  210. UNINSTALLKEY  = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
  211. INSTALLPROMPT = "Where would you like to install the CoolCounter Control ?"
  212. MODULEGROUP   = CoolCounter
  213. ICONDESCR1    = "Read Me"
  214. ICONDESCR2    = "How To Register CoolCounter"
  215. ICONDESCR3    = "CoolCounter Help"
  216. ICONDESCR4    = "CoolCounter VB4 Example"
  217. ICONDESCR5    = "CoolCounter VB4 Example Project"
  218. ICONDESCR6    = "VB Web Example"
  219. ICONDESCR7    = "HTML Web Example (Requires IE3.02+)"
  220. DEFAULTDIR    = CoolCounter 
  221.